context module

class sd.context.Context

Bases: sd.api.apicontext.APIContext

createRuntimeLogHandler(channelName=None)

Creates a log handler that redirects logs to Designer’s console.

Return type

logger.SDRuntimeLogHandler

getCTypesBinary()
Return type

ctypes.CDLL

getCTypesFct(aFctName)
getLogger()
Return type

logging.Logger

getSDApplication()
Return type

sd.api.sdapplication.SDApplication

getTempDir(aSubDirName='')
Return type

string

isVerbose()